home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / pcroute / exp / broute / brouter.doc.Z / brouter.doc
Encoding:
Text File  |  1992-02-09  |  3.2 KB  |  69 lines

  1.  
  2.                            Bridge-router documentation
  3.  
  4. In the pub/pcroute/exp directory there are three files that implement
  5. a beta test version of a IP bridge router.  These files are called
  6.  
  7.     bw03w03.exe         A version for two WD8003E cards 
  8.                             card 1:  I/O address 280H
  9.                                      interrupt (unused)
  10.  
  11.                             card 2:  I/O address 2A0H
  12.                                      interrupt (unused)
  13.                         Note that this version is really not recommended
  14.                         for production use since the small buffer size
  15.                         of the WD8003E card will cause packets to be
  16.                         dropped under high loads and NFS traffic.  Still
  17.                         it is usefull for experimentation and proof of
  18.                         concept demonstrations.
  19.  
  20.     bw13w13.exe         A version for two WD8013EBT cards 
  21.                             card 1:  I/O address 280H
  22.                                      interrupt (unused)
  23.  
  24.                             card 2:  I/O address 2A0H
  25.                                      interrupt (unused)
  26.  
  27.     b3c73c7.exe         a version for two 3c507 cards 
  28.                             card 1:  I/O address 280H
  29.                                      shared memory D0000H
  30.                                      shared memory size 64K
  31.                                      interrupt (unused)
  32.  
  33.                             card 2:  I/O address 2A0H
  34.                                      shared memory C0000H
  35.                                      shared memory size 64K
  36.                                      interrupt (unused)
  37.  
  38. These executables look exactly like their non-bridged counterparts
  39. as far as setup and configuration go.  Thus you should rename the 
  40. appropriate one to PCROUTE.EXE and follow the configuration instructions 
  41. in INSTALL.DOC file that comes with the PCroute distribution.
  42.  
  43. The difference between these executables and regular PCroute is that
  44. in addtion to performing all the normal fucntions that PCroute does,
  45. it also will bridge ethernet packets between the two interfaces.
  46.  
  47. Note that these bridges will NOT forward IP or ARP broadcasts because
  48. doing so would certainly confuse the IP network, however all other
  49. broadcast types are sent through.
  50.  
  51. Also, non-broadcast ethernet packets are always bridged even if they
  52. are IP or ARP.  Now normally IP hosts will only try to send packets
  53. to hosts/gateways on the local segment, thus these packets will be
  54. filtered out by the bridge, but initially, the bridge will not know
  55. this and some packets may get though on startup.  This effect should 
  56. be benign.  If it causes problems, let me know.  I can easily change the 
  57. code so that IP and ARP packets are ALWAYS filtered even when they
  58. are non-broadcasts.
  59.  
  60. Note that at present, only the binaries are available.  This is because
  61. I had to make a hack because of limitations in TASM.  This hack does
  62. not effect the code that is produced, but does complicate how it is 
  63. compiled.  Rather than try to explain this hack, I prefer simply to
  64. distribute the compiled form for now.  Hopefully I will figure out
  65. a better solution to this problem soon.
  66.  
  67. Vance
  68. morrison@accuvax.nwu.edu
  69.